Package com.cisco.pt.ipc.ui
Interface SimulationToolbar
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
SimulationToolbarImpl
Information provided by the PKI file:
\class SimulationToolbar
\brief SimulationToolbar allows UI for manipulation of the Simulation toolbar.
\example appWindow().getSimulationToolbar()
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionbooleanInformation provided by the PKI file:voidInformation provided by the PKI file:voidsetDisabled(boolean bDisabled) Information provided by the PKI file:voidsetEventListToggle(boolean bEnable) Information provided by the PKI file:voidsetVisible(boolean bVisible) Information provided by the PKI file:voidsetWidgetDisable(String widgetName, boolean bDisabled) Information provided by the PKI file:voidsetWidgetVisible(String widgetName, boolean bVisible) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
setVisible
void setVisible(boolean bVisible) Information provided by the PKI file:
\brief Shows or hides this widget from view. \param bVisible, true to show this widget, false to hide it.- Parameters:
bVisible- Takes in a parameter of bVisible
-
setWidgetVisible
Information provided by the PKI file:
\brief Shows or hides the specified child widget. \param widgetName, where widgetName can be one of the following: ResetNetworkBtn, BackBtn, PlayBtn, ForwardBtn, EventListBtn. \param bVisible, true to show this child widget, false to hide it.- Parameters:
widgetName- Takes in a parameter of widgetNamebVisible- Takes in a parameter of bVisible
-
setDisabled
void setDisabled(boolean bDisabled) Information provided by the PKI file:
\brief Enables or disables input events to this widget. \param bDisabled, true to disable input events to this widget, false to enable input events.- Parameters:
bDisabled- Takes in a parameter of bDisabled
-
setWidgetDisable
Information provided by the PKI file:
\brief Enables or disables the specified child widget. \param widgetName, where widgetName can be one of the following: ResetNetworkBtn, BackBtn, PlayBtn, ForwardBtn, EventListBtn. \param bDisabled, true to disable input events to this child widget, false to enable input events.- Parameters:
widgetName- Takes in a parameter of widgetNamebDisabled- Takes in a parameter of bDisabled
-
isEventListOn
boolean isEventListOn()Information provided by the PKI file:
\brief Returns true if the Simulation Panel is shown, otherwise false. \return bool, true if the Simulation Panel is shown, otherwise false.- Returns:
- boolean Returns a boolean
-
setEventListToggle
void setEventListToggle(boolean bEnable) Information provided by the PKI file:
\brief Shows or hides the Simulation Panel. \param bEnable, true to show the Simulation Panel, false to hide it.- Parameters:
bEnable- Takes in a parameter of bEnable
-
resetNetwork
void resetNetwork()Information provided by the PKI file:
\brief Simulations clicking on the Power Cycle Devices button on the Simulation toolbar.
-